﻿2026-06-19T05:17:30.4393888Z ##[group]Run set -euo pipefail
2026-06-19T05:17:30.4394888Z [36;1mset -euo pipefail[0m
2026-06-19T05:17:30.4395710Z [36;1mPIN=0c95435[0m
2026-06-19T05:17:30.4396518Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-19T05:17:30.4397517Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-19T05:17:30.4398868Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-19T05:17:30.4400732Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-19T05:17:30.4402480Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-19T05:17:30.4417363Z [36;1m  rm -rf "$CACHE"[0m
2026-06-19T05:17:30.4418375Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-19T05:17:30.4419572Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-19T05:17:30.4421067Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-19T05:17:30.4422482Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-19T05:17:30.4423675Z [36;1mfi[0m
2026-06-19T05:17:30.4424782Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-19T05:17:30.4441025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-19T05:17:30.4442338Z env:
2026-06-19T05:17:30.4443050Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-19T05:17:30.4443946Z ##[endgroup]
2026-06-19T05:17:31.0953971Z    Compiling proc-macro2 v1.0.106
2026-06-19T05:17:31.0956543Z    Compiling unicode-ident v1.0.24
2026-06-19T05:17:31.0957704Z    Compiling quote v1.0.45
2026-06-19T05:17:31.0958710Z    Compiling libc v0.2.186
2026-06-19T05:17:31.0959877Z    Compiling serde_core v1.0.228
2026-06-19T05:17:31.0960972Z    Compiling cfg-if v1.0.4
2026-06-19T05:17:31.0961972Z    Compiling serde v1.0.228
2026-06-19T05:17:31.1000870Z    Compiling log v0.4.32
2026-06-19T05:17:31.1030328Z    Compiling pin-project-lite v0.2.17
2026-06-19T05:17:31.1132913Z    Compiling portable-atomic v1.13.1
2026-06-19T05:17:31.1137212Z    Compiling typenum v1.20.1
2026-06-19T05:17:31.1192072Z    Compiling memchr v2.8.1
2026-06-19T05:17:31.1240527Z    Compiling version_check v0.9.5
2026-06-19T05:17:31.1242415Z    Compiling find-msvc-tools v0.1.9
2026-06-19T05:17:31.1422220Z    Compiling shlex v2.0.1
2026-06-19T05:17:31.1653803Z    Compiling critical-section v1.2.0
2026-06-19T05:17:31.1825983Z    Compiling subtle v2.6.1
2026-06-19T05:17:31.1890592Z    Compiling bytes v1.11.1
2026-06-19T05:17:31.2591500Z    Compiling futures-core v0.3.32
2026-06-19T05:17:31.3841881Z    Compiling equivalent v1.0.2
2026-06-19T05:17:31.3882155Z    Compiling smallvec v1.15.1
2026-06-19T05:17:31.3978909Z    Compiling itoa v1.0.18
2026-06-19T05:17:31.4177629Z    Compiling semver v1.0.28
2026-06-19T05:17:31.4418494Z    Compiling stable_deref_trait v1.2.1
2026-06-19T05:17:31.4501667Z    Compiling slab v0.4.12
2026-06-19T05:17:31.4981296Z    Compiling futures-sink v0.3.32
2026-06-19T05:17:31.5081960Z    Compiling futures-io v0.3.32
2026-06-19T05:17:31.5151657Z    Compiling futures-task v0.3.32
2026-06-19T05:17:31.5750955Z    Compiling generic-array v0.14.7
2026-06-19T05:17:31.5850809Z    Compiling futures-channel v0.3.32
2026-06-19T05:17:31.6371289Z    Compiling bitflags v2.12.1
2026-06-19T05:17:31.6475512Z    Compiling rustversion v1.0.22
2026-06-19T05:17:31.6477931Z    Compiling hashbrown v0.17.1
2026-06-19T05:17:31.6608587Z    Compiling cpufeatures v0.2.17
2026-06-19T05:17:31.7109396Z    Compiling rustc_version v0.4.1
2026-06-19T05:17:31.7400850Z    Compiling fnv v1.0.7
2026-06-19T05:17:31.7955619Z    Compiling rand_core v0.10.1
2026-06-19T05:17:31.8106170Z    Compiling strsim v0.11.1
2026-06-19T05:17:31.8280696Z    Compiling cfg_aliases v0.2.1
2026-06-19T05:17:31.8544751Z    Compiling writeable v0.6.3
2026-06-19T05:17:31.8980758Z    Compiling litemap v0.8.2
2026-06-19T05:17:31.9200361Z    Compiling fs_extra v1.3.0
2026-06-19T05:17:31.9319122Z    Compiling dunce v1.0.5
2026-06-19T05:17:31.9546405Z    Compiling icu_properties_data v2.2.0
2026-06-19T05:17:32.0161914Z    Compiling ident_case v1.0.1
2026-06-19T05:17:32.0507592Z    Compiling getrandom v0.4.2
2026-06-19T05:17:32.0801276Z    Compiling utf8_iter v1.0.4
2026-06-19T05:17:32.1098715Z    Compiling icu_normalizer_data v2.2.0
2026-06-19T05:17:32.1191128Z    Compiling percent-encoding v2.3.2
2026-06-19T05:17:32.2186305Z    Compiling autocfg v1.5.1
2026-06-19T05:17:32.2751085Z    Compiling http v1.4.1
2026-06-19T05:17:32.3390966Z    Compiling cpufeatures v0.3.0
2026-06-19T05:17:32.3537731Z    Compiling unicode-segmentation v1.13.3
2026-06-19T05:17:32.3648887Z    Compiling thiserror v2.0.18
2026-06-19T05:17:32.3818517Z    Compiling aws-lc-rs v1.17.0
2026-06-19T05:17:32.3855117Z    Compiling scopeguard v1.2.0
2026-06-19T05:17:32.4001287Z    Compiling chacha20 v0.10.0
2026-06-19T05:17:32.4039230Z    Compiling form_urlencoded v1.2.2
2026-06-19T05:17:32.4731154Z    Compiling syn v2.0.117
2026-06-19T05:17:32.5115085Z    Compiling indexmap v2.14.0
2026-06-19T05:17:32.5151132Z    Compiling lock_api v0.4.14
2026-06-19T05:17:32.6126891Z    Compiling untrusted v0.9.0
2026-06-19T05:17:32.6208664Z    Compiling rustls v0.23.40
2026-06-19T05:17:32.6491221Z    Compiling heck v0.5.0
2026-06-19T05:17:32.7274600Z    Compiling atomic-waker v1.1.2
2026-06-19T05:17:32.7530491Z    Compiling anyhow v1.0.102
2026-06-19T05:17:32.7610860Z    Compiling const-oid v0.10.2
2026-06-19T05:17:32.7791360Z    Compiling unicode-xid v0.2.6
2026-06-19T05:17:32.7990558Z    Compiling parking_lot_core v0.9.12
2026-06-19T05:17:32.8280394Z    Compiling paste v1.0.15
2026-06-19T05:17:32.8621365Z    Compiling httparse v1.10.1
2026-06-19T05:17:32.8869200Z    Compiling zerocopy v0.8.50
2026-06-19T05:17:32.8901249Z    Compiling num-traits v0.2.19
2026-06-19T05:17:32.9430519Z    Compiling convert_case v0.10.0
2026-06-19T05:17:32.9810622Z    Compiling jobserver v0.1.34
2026-06-19T05:17:33.0140493Z    Compiling hybrid-array v0.4.12
2026-06-19T05:17:33.0410094Z    Compiling curve25519-dalek v4.1.3
2026-06-19T05:17:33.0570495Z    Compiling ahash v0.8.12
2026-06-19T05:17:33.1350460Z    Compiling either v1.16.0
2026-06-19T05:17:33.1700481Z    Compiling powerfmt v0.2.0
2026-06-19T05:17:33.2917308Z    Compiling cc v1.2.63
2026-06-19T05:17:33.2971230Z    Compiling fastrand v2.4.1
2026-06-19T05:17:33.3210805Z    Compiling base64ct v1.8.3
2026-06-19T05:17:33.3791402Z    Compiling crypto-common v0.1.7
2026-06-19T05:17:33.4050544Z    Compiling block-buffer v0.10.4
2026-06-19T05:17:33.4150480Z    Compiling http-body v1.0.1
2026-06-19T05:17:33.4164563Z    Compiling deranged v0.5.8
2026-06-19T05:17:33.5550841Z    Compiling digest v0.10.7
2026-06-19T05:17:33.5790982Z    Compiling try-lock v0.2.5
2026-06-19T05:17:33.6570788Z    Compiling mio v1.2.1
2026-06-19T05:17:33.6700937Z    Compiling socket2 v0.6.4
2026-06-19T05:17:33.6701729Z    Compiling getrandom v0.2.17
2026-06-19T05:17:33.7490977Z    Compiling pem-rfc7468 v1.0.0
2026-06-19T05:17:33.7980616Z    Compiling vcpkg v0.2.15
2026-06-19T05:17:33.8110388Z    Compiling zmij v1.0.21
2026-06-19T05:17:33.8730692Z    Compiling rand_core v0.6.4
2026-06-19T05:17:33.9421870Z    Compiling rand v0.10.1
2026-06-19T05:17:33.9511102Z    Compiling tower-service v0.3.3
2026-06-19T05:17:33.9530720Z    Compiling num-conv v0.2.2
2026-06-19T05:17:34.0361257Z    Compiling data-encoding v2.11.0
2026-06-19T05:17:34.0700728Z    Compiling tinyvec_macros v0.1.1
2026-06-19T05:17:34.0820973Z    Compiling base64 v0.22.1
2026-06-19T05:17:34.1100589Z    Compiling time-core v0.1.8
2026-06-19T05:17:34.1161212Z    Compiling pkg-config v0.3.33
2026-06-19T05:17:34.1290314Z    Compiling tinyvec v1.11.0
2026-06-19T05:17:34.1781034Z    Compiling parking_lot v0.12.5
2026-06-19T05:17:34.2040489Z    Compiling sha2 v0.10.9
2026-06-19T05:17:34.3020553Z    Compiling block-buffer v0.12.0
2026-06-19T05:17:34.3980549Z    Compiling crypto-common v0.2.2
2026-06-19T05:17:34.4093418Z    Compiling want v0.3.1
2026-06-19T05:17:34.4959974Z    Compiling inout v0.1.4
2026-06-19T05:17:34.6079239Z    Compiling cmake v0.1.58
2026-06-19T05:17:34.6370502Z    Compiling vergen-lib v9.1.0
2026-06-19T05:17:34.6770334Z    Compiling n0-future v0.3.2
2026-06-19T05:17:34.7895362Z    Compiling diatomic-waker v0.2.3
2026-06-19T05:17:34.8011105Z    Compiling spin v0.10.0
2026-06-19T05:17:34.8132433Z    Compiling winnow v1.0.3
2026-06-19T05:17:34.8136022Z    Compiling parking v2.2.1
2026-06-19T05:17:34.8224225Z    Compiling cordyceps v0.3.4
2026-06-19T05:17:34.8967476Z    Compiling crossbeam-utils v0.8.21
2026-06-19T05:17:34.9171002Z    Compiling serde_json v1.0.150
2026-06-19T05:17:34.9297880Z    Compiling signature v2.2.0
2026-06-19T05:17:34.9460762Z    Compiling httpdate v1.0.3
2026-06-19T05:17:34.9616751Z    Compiling futures-lite v2.6.1
2026-06-19T05:17:34.9960439Z    Compiling cipher v0.4.4
2026-06-19T05:17:35.0682890Z    Compiling ed25519 v2.2.3
2026-06-19T05:17:35.0991405Z    Compiling netlink-packet-core v0.8.1
2026-06-19T05:17:35.1640752Z    Compiling futures-buffered v0.2.13
2026-06-19T05:17:35.1685660Z    Compiling universal-hash v0.5.1
2026-06-19T05:17:35.2137098Z    Compiling vergen v9.1.0
2026-06-19T05:17:35.2235092Z    Compiling vergen-lib v0.1.6
2026-06-19T05:17:35.2477074Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-19T05:17:35.2640683Z    Compiling heapless v0.7.17
2026-06-19T05:17:35.3001232Z    Compiling noq-udp v0.10.0
2026-06-19T05:17:35.3700689Z    Compiling sync_wrapper v1.0.2
2026-06-19T05:17:35.3757779Z    Compiling opaque-debug v0.3.1
2026-06-19T05:17:35.3842203Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-19T05:17:35.4459804Z    Compiling byteorder v1.5.0
2026-06-19T05:17:35.4651587Z    Compiling allocator-api2 v0.2.21
2026-06-19T05:17:35.4721839Z    Compiling polyval v0.6.2
2026-06-19T05:17:35.4726597Z    Compiling aws-lc-sys v0.41.0
2026-06-19T05:17:35.4940758Z    Compiling ring v0.17.14
2026-06-19T05:17:35.4981004Z    Compiling libsqlite3-sys v0.30.1
2026-06-19T05:17:35.5340640Z    Compiling digest v0.11.3
2026-06-19T05:17:35.6465172Z    Compiling hash32 v0.2.1
2026-06-19T05:17:35.6940630Z    Compiling spin v0.9.8
2026-06-19T05:17:35.7148675Z    Compiling vergen-gitcl v1.0.8
2026-06-19T05:17:35.7191241Z    Compiling ryu v1.0.23
2026-06-19T05:17:35.7700722Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-19T05:17:35.8439550Z    Compiling tower-layer v0.3.3
2026-06-19T05:17:35.9200886Z    Compiling num_threads v0.1.7
2026-06-19T05:17:35.9256587Z    Compiling fallible-iterator v0.3.0
2026-06-19T05:17:35.9328908Z    Compiling signature v3.0.0
2026-06-19T05:17:35.9637494Z    Compiling sha2 v0.11.0-rc.5
2026-06-19T05:17:36.0519228Z    Compiling time v0.3.47
2026-06-19T05:17:36.0557686Z    Compiling ghash v0.5.1
2026-06-19T05:17:36.0700562Z    Compiling aes v0.8.4
2026-06-19T05:17:36.1040618Z    Compiling ctr v0.9.2
2026-06-19T05:17:36.1145121Z    Compiling fs2 v0.4.3
2026-06-19T05:17:36.1670559Z    Compiling http-body-util v0.1.3
2026-06-19T05:17:36.2740680Z    Compiling aead v0.5.2
2026-06-19T05:17:36.2830886Z    Compiling openssl-probe v0.2.1
2026-06-19T05:17:36.3770738Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-19T05:17:36.4320187Z    Compiling crossbeam-epoch v0.9.18
2026-06-19T05:17:36.4410412Z    Compiling crossbeam-channel v0.5.15
2026-06-19T05:17:36.4630844Z    Compiling netlink-packet-route v0.29.0
2026-06-19T05:17:36.4820564Z    Compiling blake3 v1.8.5
2026-06-19T05:17:36.5280512Z    Compiling uuid v1.23.2
2026-06-19T05:17:36.7080619Z    Compiling aes-gcm v0.10.3
2026-06-19T05:17:36.8250816Z    Compiling memoffset v0.6.5
2026-06-19T05:17:36.8899854Z    Compiling acto v0.8.2
2026-06-19T05:17:36.8908630Z    Compiling noq v0.18.0
2026-06-19T05:17:36.9440925Z    Compiling netwatch v0.16.0
2026-06-19T05:17:36.9907699Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-19T05:17:37.0824511Z    Compiling rustc-hash v2.1.2
2026-06-19T05:17:37.1180504Z    Compiling tagptr v0.2.0
2026-06-19T05:17:37.1380769Z    Compiling rustix v1.1.4
2026-06-19T05:17:37.1526508Z    Compiling ref-cast v1.0.25
2026-06-19T05:17:37.1640519Z    Compiling foldhash v0.2.0
2026-06-19T05:17:37.1980665Z    Compiling lru-slab v0.1.2
2026-06-19T05:17:37.2681007Z    Compiling identity-hash v0.1.0
2026-06-19T05:17:37.2725027Z    Compiling xml-rs v0.8.28
2026-06-19T05:17:37.3038754Z    Compiling sorted-index-buffer v0.2.1
2026-06-19T05:17:37.3686177Z    Compiling synstructure v0.13.2
2026-06-19T05:17:37.3739645Z    Compiling darling_core v0.20.11
2026-06-19T05:17:37.3862197Z    Compiling mac-addr v0.3.0
2026-06-19T05:17:37.4470856Z    Compiling thiserror v1.0.69
2026-06-19T05:17:37.5981768Z    Compiling serde_derive_internals v0.29.1
2026-06-19T05:17:37.6240770Z    Compiling hashbrown v0.16.1
2026-06-19T05:17:37.7757622Z    Compiling netlink-packet-route v0.30.0
2026-06-19T05:17:38.0366587Z    Compiling proc-macro-crate v3.5.0
2026-06-19T05:17:38.3090337Z    Compiling xmltree v0.10.3
2026-06-19T05:17:38.3404939Z    Compiling serial-core v0.4.0
2026-06-19T05:17:38.4060396Z    Compiling errno v0.3.14
2026-06-19T05:17:38.4201732Z    Compiling ioctl-rs v0.1.6
2026-06-19T05:17:38.4630925Z    Compiling termios v0.2.2
2026-06-19T05:17:38.5301322Z    Compiling aho-corasick v1.1.4
2026-06-19T05:17:38.5431188Z    Compiling simple-dns v0.9.3
2026-06-19T05:17:38.5471983Z    Compiling resolv-conf v0.7.6
2026-06-19T05:17:38.5480000Z    Compiling winnow v0.7.15
2026-06-19T05:17:38.5631759Z    Compiling toml_write v0.1.2
2026-06-19T05:17:38.5796147Z    Compiling regex-syntax v0.8.10
2026-06-19T05:17:38.6210753Z    Compiling linux-raw-sys v0.12.1
2026-06-19T05:17:38.7176460Z    Compiling simdutf8 v0.1.5
2026-06-19T05:17:38.7850955Z    Compiling constant_time_eq v0.4.2
2026-06-19T05:17:38.9890444Z    Compiling arrayref v0.3.9
2026-06-19T05:17:38.9956286Z    Compiling smol_str v0.1.24
2026-06-19T05:17:39.0361543Z    Compiling signal-hook v0.3.18
2026-06-19T05:17:39.0362437Z    Compiling sha1_smol v1.0.1
2026-06-19T05:17:39.0371284Z    Compiling arrayvec v0.7.6
2026-06-19T05:17:39.1960489Z    Compiling serial-unix v0.4.0
2026-06-19T05:17:39.2007914Z    Compiling signal-hook-registry v1.4.8
2026-06-19T05:17:39.2180687Z    Compiling serde_derive v1.0.228
2026-06-19T05:17:39.2430916Z    Compiling zeroize_derive v1.4.3
2026-06-19T05:17:39.2587502Z    Compiling tokio-macros v2.7.0
2026-06-19T05:17:39.3927770Z    Compiling zerofrom-derive v0.1.7
2026-06-19T05:17:39.5766803Z    Compiling futures-macro v0.3.32
2026-06-19T05:17:39.8521701Z    Compiling zeroize v1.8.2
2026-06-19T05:17:39.9200655Z    Compiling tokio v1.52.3
2026-06-19T05:17:40.0110502Z    Compiling yoke-derive v0.8.2
2026-06-19T05:17:40.5040715Z    Compiling futures-util v0.3.32
2026-06-19T05:17:40.7549663Z    Compiling zerovec-derive v0.11.3
2026-06-19T05:17:40.8471694Z    Compiling zerofrom v0.1.8
2026-06-19T05:17:40.9628521Z    Compiling displaydoc v0.2.6
2026-06-19T05:17:41.1460812Z    Compiling tracing-attributes v0.1.31
2026-06-19T05:17:41.1743145Z    Compiling rustls-pki-types v1.14.1
2026-06-19T05:17:41.2640862Z    Compiling yoke v0.8.3
2026-06-19T05:17:41.4840821Z    Compiling thiserror-impl v2.0.18
2026-06-19T05:17:41.5113677Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-19T05:17:41.8261049Z    Compiling zerotrie v0.2.4
2026-06-19T05:17:42.1470081Z    Compiling darling_macro v0.20.11
2026-06-19T05:17:42.2067214Z    Compiling zerovec v0.11.6
2026-06-19T05:17:42.2167475Z    Compiling derive_more-impl v2.1.1
2026-06-19T05:17:42.3000412Z    Compiling spez v0.1.2
2026-06-19T05:17:42.4493710Z    Compiling darling v0.20.11
2026-06-19T05:17:42.5156300Z    Compiling derive_builder_core v0.20.2
2026-06-19T05:17:42.5260262Z    Compiling n0-error-macros v0.1.3
2026-06-19T05:17:42.8181023Z    Compiling der v0.8.0-rc.10
2026-06-19T05:17:43.0240115Z    Compiling tinystr v0.8.3
2026-06-19T05:17:43.0539654Z    Compiling potential_utf v0.1.5
2026-06-19T05:17:43.1973683Z    Compiling icu_collections v2.2.0
2026-06-19T05:17:43.2092188Z    Compiling pin-project-internal v1.1.13
2026-06-19T05:17:43.2620723Z    Compiling icu_locale_core v2.2.0
2026-06-19T05:17:43.7470439Z    Compiling derive_builder_macro v0.20.2
2026-06-19T05:17:43.8282098Z    Compiling n0-error v0.1.3
2026-06-19T05:17:43.9880409Z    Compiling cobs v0.3.0
2026-06-19T05:17:44.0990758Z    Compiling derive_builder v0.20.2
2026-06-19T05:17:44.2070711Z    Compiling futures-executor v0.3.32
2026-06-19T05:17:44.2300915Z    Compiling ed25519-dalek v2.2.0
2026-06-19T05:17:44.4310920Z    Compiling ipnet v2.12.0
2026-06-19T05:17:44.5470678Z    Compiling icu_provider v2.2.0
2026-06-19T05:17:44.5810222Z    Compiling pin-project v1.1.13
2026-06-19T05:17:44.6220291Z    Compiling spki v0.8.0-rc.4
2026-06-19T05:17:44.6340786Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-19T05:17:44.7300387Z    Compiling futures v0.3.32
2026-06-19T05:17:44.7930718Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-19T05:17:44.9750700Z    Compiling icu_properties v2.2.0
2026-06-19T05:17:44.9798353Z    Compiling icu_normalizer v2.2.0
2026-06-19T05:17:44.9816547Z    Compiling prefix-trie v0.8.4
2026-06-19T05:17:45.0668173Z    Compiling ed25519 v3.0.0-rc.4
2026-06-19T05:17:45.2350566Z    Compiling once_cell v1.21.4
2026-06-19T05:17:45.3161176Z    Compiling postcard-derive v0.2.2
2026-06-19T05:17:45.4913783Z    Compiling tracing-core v0.1.36
2026-06-19T05:17:45.5339483Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-19T05:17:45.7110771Z    Compiling hashbrown v0.14.5
2026-06-19T05:17:45.8371112Z    Compiling rustls-native-certs v0.8.4
2026-06-19T05:17:45.9061000Z    Compiling postcard v1.1.3
2026-06-19T05:17:45.9370731Z    Compiling data-encoding-macro v0.1.20
2026-06-19T05:17:45.9676321Z    Compiling tokio-util v0.7.18
2026-06-19T05:17:46.0073876Z    Compiling tracing v0.1.44
2026-06-19T05:17:46.1651362Z    Compiling netlink-sys v0.8.8
2026-06-19T05:17:46.3580886Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-19T05:17:46.3761209Z    Compiling tower v0.5.3
2026-06-19T05:17:46.3946714Z    Compiling async-trait v0.1.89
2026-06-19T05:17:46.4220267Z    Compiling strum_macros v0.28.0
2026-06-19T05:17:46.4907826Z    Compiling idna_adapter v1.2.2
2026-06-19T05:17:46.5671032Z    Compiling idna v1.1.0
2026-06-19T05:17:46.6271693Z    Compiling hashlink v0.9.1
2026-06-19T05:17:46.7090757Z    Compiling derive_more v2.1.1
2026-06-19T05:17:46.8060399Z    Compiling num_enum_derive v0.7.6
2026-06-19T05:17:46.8130762Z    Compiling iroh-metrics-derive v0.4.1
2026-06-19T05:17:46.8620562Z    Compiling enum-assoc v1.3.0
2026-06-19T05:17:46.8973571Z    Compiling iroh-relay v0.98.0
2026-06-19T05:17:46.9177237Z    Compiling netdev v0.42.0
2026-06-19T05:17:46.9400803Z    Compiling netlink-proto v0.12.0
2026-06-19T05:17:46.9500587Z    Compiling moka v0.12.15
2026-06-19T05:17:47.0350448Z    Compiling url v2.5.8
2026-06-19T05:17:47.1761109Z    Compiling h2 v0.4.14
2026-06-19T05:17:47.2262290Z    Compiling rusqlite v0.32.1
2026-06-19T05:17:47.2864404Z    Compiling iroh-metrics v0.38.3
2026-06-19T05:17:47.3316238Z    Compiling n0-watcher v0.6.1
2026-06-19T05:17:47.4897226Z    Compiling tokio-stream v0.1.18
2026-06-19T05:17:47.6141607Z    Compiling serde_spanned v0.6.9
2026-06-19T05:17:47.6486658Z    Compiling toml_datetime v0.6.11
2026-06-19T05:17:47.7370376Z    Compiling thiserror-impl v1.0.69
2026-06-19T05:17:47.8651214Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-19T05:17:47.8779291Z    Compiling num_enum v0.7.6
2026-06-19T05:17:47.9630668Z    Compiling tower-http v0.6.11
2026-06-19T05:17:48.0083219Z    Compiling iroh-base v0.98.0
2026-06-19T05:17:48.0410395Z    Compiling attohttpc v0.30.1
2026-06-19T05:17:48.1321148Z    Compiling ref-cast-impl v1.0.25
2026-06-19T05:17:48.1618193Z    Compiling toml_edit v0.22.27
2026-06-19T05:17:48.4260770Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-19T05:17:48.6224049Z    Compiling webpki-roots v1.0.7
2026-06-19T05:17:48.6930757Z    Compiling regex-automata v0.4.14
2026-06-19T05:17:48.7123526Z    Compiling schemars_derive v1.2.1
2026-06-19T05:17:48.7860734Z    Compiling lru v0.16.4
2026-06-19T05:17:49.0520544Z    Compiling darling_core v0.23.0
2026-06-19T05:17:49.0960640Z    Compiling serde_bytes v0.11.19
2026-06-19T05:17:49.2640393Z    Compiling hmac v0.12.1
2026-06-19T05:17:49.3459296Z    Compiling strum v0.28.0
2026-06-19T05:17:49.3558333Z    Compiling seize v0.5.1
2026-06-19T05:17:49.3723243Z    Compiling iroh v0.98.2
2026-06-19T05:17:49.3880833Z    Compiling utf8parse v0.2.2
2026-06-19T05:17:49.4530562Z    Compiling iroh-dns v0.98.0
2026-06-19T05:17:49.4690758Z    Compiling dyn-clone v1.0.20
2026-06-19T05:17:49.5420490Z    Compiling rustix v0.38.44
2026-06-19T05:17:49.6370426Z    Compiling pin-utils v0.1.0
2026-06-19T05:17:49.6541046Z    Compiling bitflags v1.3.2
2026-06-19T05:17:49.7039901Z    Compiling cmov v0.5.4
2026-06-19T05:17:49.7470827Z    Compiling nix v0.25.1
2026-06-19T05:17:49.8690354Z    Compiling papaya v0.2.4
2026-06-19T05:17:49.9685146Z    Compiling ctutils v0.4.2
2026-06-19T05:17:49.9970530Z    Compiling anstyle-parse v1.0.0
2026-06-19T05:17:50.0719611Z    Compiling hkdf v0.12.4
2026-06-19T05:17:50.0840663Z    Compiling filedescriptor v0.8.3
2026-06-19T05:17:50.1637771Z    Compiling backon v1.6.0
2026-06-19T05:17:50.2396800Z    Compiling serial v0.4.0
2026-06-19T05:17:50.2553773Z    Compiling instability v0.3.12
2026-06-19T05:17:50.3246295Z    Compiling shell-words v1.1.1
2026-06-19T05:17:50.3383919Z    Compiling anstyle v1.0.14
2026-06-19T05:17:50.3851331Z    Compiling is_terminal_polyfill v1.70.2
2026-06-19T05:17:50.4181405Z    Compiling anstyle-query v1.1.5
2026-06-19T05:17:50.4620635Z    Compiling linux-raw-sys v0.4.15
2026-06-19T05:17:50.4951151Z    Compiling foldhash v0.1.5
2026-06-19T05:17:50.5102870Z    Compiling colorchoice v1.0.5
2026-06-19T05:17:50.5222456Z    Compiling downcast-rs v1.2.1
2026-06-19T05:17:50.6178348Z    Compiling anstream v1.0.0
2026-06-19T05:17:50.6323664Z    Compiling signal-hook-mio v0.2.5
2026-06-19T05:17:50.6479357Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-19T05:17:50.6494174Z    Compiling hashbrown v0.15.5
2026-06-19T05:17:50.7370815Z    Compiling spake2 v0.4.0
2026-06-19T05:17:50.7464778Z    Compiling terminal_size v0.4.4
2026-06-19T05:17:50.7689681Z    Compiling schemars v1.2.1
2026-06-19T05:17:50.9242207Z    Compiling strum_macros v0.26.4
2026-06-19T05:17:51.0320584Z    Compiling toml v0.8.23
2026-06-19T05:17:51.1240674Z    Compiling sha1 v0.10.6
2026-06-19T05:17:51.4431204Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-19T05:17:51.4730318Z    Compiling itertools v0.13.0
2026-06-19T05:17:52.1311847Z    Compiling regex v1.12.3
2026-06-19T05:17:52.1499562Z    Compiling castaway v0.2.4
2026-06-19T05:17:52.2151054Z    Compiling clap_lex v1.1.0
2026-06-19T05:17:52.2466239Z    Compiling indoc v2.0.7
2026-06-19T05:17:52.4560874Z    Compiling unicode-width v0.1.14
2026-06-19T05:17:52.6738422Z    Compiling hyper v1.10.1
2026-06-19T05:17:52.7711303Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-19T05:17:52.7940895Z    Compiling doctest-file v1.1.1
2026-06-19T05:17:52.8380658Z    Compiling darling_macro v0.23.0
2026-06-19T05:17:53.2961490Z    Compiling static_assertions v1.1.0
2026-06-19T05:17:53.3151071Z    Compiling darling v0.23.0
2026-06-19T05:17:53.3710778Z    Compiling compact_str v0.8.2
2026-06-19T05:17:53.3768583Z    Compiling strum v0.26.3
2026-06-19T05:17:53.4370696Z    Compiling interprocess v2.4.2
2026-06-19T05:17:53.4710990Z    Compiling clap_builder v4.6.0
2026-06-19T05:17:53.4987026Z    Compiling crossterm v0.28.1
2026-06-19T05:17:53.5329717Z    Compiling unicode-truncate v1.1.0
2026-06-19T05:17:53.6127158Z    Compiling lru v0.12.5
2026-06-19T05:17:53.6750564Z    Compiling clap_derive v4.6.1
2026-06-19T05:17:53.8432846Z    Compiling portable-pty v0.8.1
2026-06-19T05:17:53.8683260Z    Compiling cassowary v0.3.0
2026-06-19T05:17:54.0250692Z    Compiling iana-time-zone v0.1.65
2026-06-19T05:17:54.3801497Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-19T05:17:54.3802887Z    Compiling unicode-width v0.2.0
2026-06-19T05:17:54.4595349Z    Compiling chrono v0.4.45
2026-06-19T05:17:54.6740653Z    Compiling hyper-util v0.1.20
2026-06-19T05:17:54.6977828Z    Compiling ratatui v0.29.0
2026-06-19T05:17:54.7160685Z    Compiling nucleo-matcher v0.3.1
2026-06-19T05:17:54.8880894Z    Compiling qrcode v0.14.1
2026-06-19T05:17:55.1421951Z    Compiling tempfile v3.27.0
2026-06-19T05:17:55.7150907Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-19T05:17:56.2679253Z    Compiling clap v4.6.1
2026-06-19T05:17:56.8293931Z    Compiling igd-next v0.17.1
2026-06-19T05:17:58.0622485Z    Compiling portmapper v0.16.0
2026-06-19T05:18:02.7851906Z    Compiling rustls-webpki v0.103.13
2026-06-19T05:18:05.1714230Z    Compiling tokio-rustls v0.26.4
2026-06-19T05:18:05.1716703Z    Compiling noq-proto v0.17.0
2026-06-19T05:18:05.1717045Z    Compiling rustls-platform-verifier v0.7.0
2026-06-19T05:18:05.3144956Z    Compiling hickory-net v0.26.0-beta.4
2026-06-19T05:18:05.3145564Z    Compiling hyper-rustls v0.27.9
2026-06-19T05:18:05.3145935Z    Compiling tokio-websockets v0.13.2
2026-06-19T05:18:05.4421308Z    Compiling reqwest v0.13.4
2026-06-19T05:18:06.3556502Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-19T05:18:20.1999231Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-19T05:18:21.5336983Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-19T05:18:28.2499700Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-19T05:18:31.8200886Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-19T05:18:31.8418021Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-19T05:18:31.8432361Z 
2026-06-19T05:18:31.8432536Z running 1 test
2026-06-19T05:18:38.0337913Z test new_brain_serves_against_old_broker ... ok
2026-06-19T05:18:38.0338251Z 
2026-06-19T05:18:38.0338534Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-19T05:18:38.0338877Z 
